home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’93 / Macintosh as Internet Server ƒ / inetd / in.rshd / RshD.r < prev   
Text File  |  1993-02-14  |  1KB  |  39 lines

  1. //---------------------------------------------------------------------
  2. //
  3. //    Copyright © 1992 David Peterson.
  4. //    All rights reserved.
  5. //
  6. //    Permission to use, copy, modify, and distribute this software for
  7. //    any purpose and without fee is hereby granted, provided that the
  8. //    above copyright notice appear in all copies and that both that
  9. //    copyright notice and this permission notice appear in supporting
  10. //    documentation.
  11. //
  12. //---------------------------------------------------------------------
  13.  
  14. #include "types.r"
  15. resource 'SIZE' (-1) {
  16.     reserved,
  17.     acceptSuspendResumeEvents,
  18.     reserved,
  19.     canBackground,
  20.     notMultiFinderAware,
  21.     onlyBackground,
  22.     dontGetFrontClicks,
  23.     ignoreChildDiedEvents,
  24.     not32BitCompatible,
  25.     isHighLevelEventAware,
  26.     localAndRemoteHLEvents,
  27.     notStationeryAware,
  28.     dontUseTextEditServices,
  29.     reserved,
  30.     reserved,
  31.     reserved,
  32.     100 * 1024,  /* I made this want 30  because that's about the minimum that */
  33.     100 * 1024    /* is at all reasonable.  Remember, when you're processing */
  34.                 /* Apple events you will have lots of handles created in your */
  35.                 /* heap by the AppleEvent Manager */
  36. };
  37.  
  38. include $$Shell("SourceDir")"inetd:Version.rsrc";
  39.